Skip to content

Conversation

@iciclespider
Copy link
Collaborator

  • Allow resources creation to support specifying the kind first and the apiVersion second.
  • Change default unknownsFatal to False.
  • Add —logger-level command line option to enable configuring logging output.
  • Rework Resource.ready to enable explicit dependency handling.
  • Rework auto ready implementation to support explicit dependency handling.
  • Implemented Resource.addDependency to enable explicit dependencies.
  • Support XR connection running in Crossplane V2 using LegacyCluster compositions.
  • Rework function level logging.
  • Fix issues with using “append” in protobuf handling.
  • Function-pythonic render command now supports obtaining resources from running Kubernetes cluster.

…ive cluster

* Allow resources creation to support specifying the kind first and the apiVersion second.
* Change default unknownsFatal to False.
* Add —logger-level command line option to enable configuring logging output.
* Rework Resource.ready to enable explicit dependency handling.
* Rework auto ready implementation to support explicit dependency handling.
* Implemented Resource.addDependency to enable explicit dependencies.
* Support XR connection running in Crossplane V2 using LegacyCluster compositions.
* Rework function level logging.
* Fix issues with using “append” in protobuf handling.
* Function-pythonic render command now supports obtaining resources from running Kubernetes cluster.

Signed-off-by: Patrick J. McNerthney <pat@mcnerthney.com>
@iciclespider iciclespider merged commit 79cca82 into main Feb 10, 2026
7 checks passed
'other-text': self.spec.val2,
}
r = self.resources.test1('apps/v1', 'Deployment')
r = self.resources.test1('Deployment', 'apps/v1', 'Deployment')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally left the Kind twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants